home *** CD-ROM | disk | FTP | other *** search
/ PC Elektro 3 / PC-Elektro-3-cd1.bin / KBan 2.0 / KBANSRC.LZH / SRC / PROG / BMPOUT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-26  |  192 b   |  11 lines

  1. #ifndef _BMPOUT_H_
  2. #define _BMPOUT_H_
  3.  
  4. // stdafx.h should be included already.
  5.  
  6. #include "finfo.h"
  7.  
  8. void OutputBMPFile(FILE_NEW& fp, HBITMAP hBMP, HDC hDC);
  9.  
  10. #endif /* _BMPOUT_H_ */
  11.